Use PEGetNthTableLogOnInfo to retrieve log on information required by a report.
BOOL CRPE_API PEGetNthTableLogOnInfo (
short printJob,
short tableN,
PELogOnInfo FAR *logOnInfo );
Specifies the print job for which you want to get table log on information. | |
Specifies the 0 | |
Specifies the pointer to PELogOnInfo. |
Declare Function PEGetNthTableLogOnInfo Lib "crpe32.dll" ( ByVal printJob As Integer, ByVal TableN As Integer, LogOnInfo As PELogOnInfo ) As Integer
function PEGetNthTableLogOnInfo (
printJob: Word;
tableN: integer;
var logOnInfo: PELogOnInfo
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |